home *** CD-ROM | disk | FTP | other *** search
/ Aminet 51 / Aminet 51 (2002)(GTI - Schatztruhe)[!][Oct 2002].iso / Aminet / dev / src / xad_AmosSampBa.readme < prev    next >
Encoding:
Text File  |  2002-08-24  |  2.3 KB  |  55 lines

  1. Short:    AMOS Sample Bank xadmaster client
  2. Author:   Kyzer/CSG <kyzer@4u.net>, GREMLIN of MAYHEM
  3. Uploader: Kyzer/CSG <kyzer@4u.net>
  4. Type:     dev/src
  5. Requires: util/arc/xadmaster.lha
  6.  
  7. --- About this archive ---
  8.  
  9. This archive contains 68000, 68020 and 68040 optimised versions of the AMOS
  10. Sample Bank client for Dirk Stoecker's XAD system - util/arc/xadmaster.lha
  11. - and also includes the source code to this client.
  12.  
  13. To install, unpack this archive somewhere and double click on the Install
  14. icon. The appropriate version of the client will automatically be
  15. installed.
  16.  
  17. --- License ---
  18.  
  19. This program is free software; you can redistribute it and/or modify it
  20. under the terms of the GNU General Public License as published by the Free
  21. Software Foundation; either version 2 of the License, or (at your option)
  22. any later version.
  23.  
  24. This program is distributed in the hope that it will be useful, but WITHOUT
  25. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  26. FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
  27. more details.
  28.  
  29. You should have received a copy of the GNU General Public License along
  30. with this program; if not, write to the Free Software Foundation, Inc., 675
  31. Mass Ave, Cambridge, MA 02139, USA.
  32.  
  33. --- About the client ---
  34.  
  35. This client lets XAD view and extract AMOS Basic sample-bank files. This is
  36. the format that the AMOS Basic music extension expects to find samples in,
  37. so that they can be easily played.
  38.  
  39. Upon extraction, these samples are converted from raw Amiga 8-bit signed
  40. bytes into an IFF 8SVX sample, which includes the normal playback frequency
  41. (as taken from the source IFF 8SVX sample, or as entered by the user when
  42. creating the sample bank).
  43.  
  44. The sample bank also stores 8 characters to give the sample a 'name', but
  45. the normal utility that creates sample banks simply uses the first 8
  46. characters of the filename. So what this client does is takes these 8
  47. characters, cuts them off after the first '.', and adds '.8svx'. So you
  48. might see names like this:
  49.  
  50. Original filename       AMOS sample name        XAD filename
  51. Fandabbidozi.sam        FANDABID                FANDABID.8svx
  52. Boom!.sam               BOOM!.SA                BOOM!.8svx
  53. Pop.sam                 POP.SAM_                POP.8svx
  54. Fingers.sam             FINGERS.                FINGERS.8svx
  55.